gtk4.git
17 years agoMake gtk-doc pick up deprecation notes
Matthias Clasen [Sat, 28 Feb 2009 19:26:14 +0000 (19:26 +0000)]
Make gtk-doc pick up deprecation notes

svn path=/trunk/; revision=22426

17 years agoupdated hebrew translation
Yair Hershkovitz [Sat, 28 Feb 2009 10:51:35 +0000 (10:51 +0000)]
updated hebrew translation

svn path=/trunk/; revision=22425

17 years agoAvoid warnings
Matthias Clasen [Sat, 28 Feb 2009 06:32:27 +0000 (06:32 +0000)]
Avoid warnings

svn path=/trunk/; revision=22424

17 years agoKeep popups on the right screen. Pointed out by Morten Welinder
Matthias Clasen [Sat, 28 Feb 2009 06:13:58 +0000 (06:13 +0000)]
Keep popups on the right screen. Pointed out by Morten Welinder

       * gtk/gtkentrycompletion.c:
        * gtk/gtknotebook.c: Keep popups on the right screen.
        Pointed out by Morten Welinder

svn path=/trunk/; revision=22423

17 years agoDon't use deprecated API. Reported by Tobias Mueller
Matthias Clasen [Sat, 28 Feb 2009 05:38:25 +0000 (05:38 +0000)]
Don't use deprecated API. Reported by Tobias Mueller

        * tests/testfilechooserbutton.c: Don't use deprecated API.
        Reported by Tobias Mueller

svn path=/trunk/; revision=22422

17 years agoRevert an accidental commit
Matthias Clasen [Sat, 28 Feb 2009 05:28:47 +0000 (05:28 +0000)]
Revert an accidental commit

svn path=/trunk/; revision=22421

17 years ago Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
Matthias Clasen [Sat, 28 Feb 2009 05:24:07 +0000 (05:24 +0000)]
   Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
        GtkNotebook tabs

        * gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
        more careful when navigating up the parent chain.

        * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
        pointer window thats stored on the screen when it is destroyed.

svn path=/trunk/; revision=22420

17 years agoHandle widget being NULL. Pointed out by Wouter Bolsterlee.
Matthias Clasen [Sat, 28 Feb 2009 00:52:59 +0000 (00:52 +0000)]
Handle widget being NULL. Pointed out by Wouter Bolsterlee.

        * gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
        Pointed out by Wouter Bolsterlee.

svn path=/trunk/; revision=22419

17 years agoDon't leak a GtkRecentInfo. Found by Tommi Rantala
Matthias Clasen [Sat, 28 Feb 2009 00:22:15 +0000 (00:22 +0000)]
Don't leak a GtkRecentInfo. Found by Tommi Rantala

        * gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
        a GtkRecentInfo. Found by Tommi Rantala

svn path=/trunk/; revision=22418

17 years agoCopy the right string. Pointed out by Tommi Rantala
Matthias Clasen [Sat, 28 Feb 2009 00:15:01 +0000 (00:15 +0000)]
Copy the right string. Pointed out by Tommi Rantala

        * gtk/gtkiconview.c
        (gtk_icon_view_item_accessible_image_set_image_description): Copy
        the right string. Pointed out by Tommi Rantala

svn path=/trunk/; revision=22417

17 years agoFix up bug reference in latest commit
David Zeuthen [Fri, 27 Feb 2009 21:07:46 +0000 (21:07 +0000)]
Fix up bug reference in latest commit

svn path=/trunk/; revision=22416

17 years agoBug 573383 – GtkMountOperation fixes for ask_password()
David Zeuthen [Fri, 27 Feb 2009 21:03:47 +0000 (21:03 +0000)]
Bug 573383 – GtkMountOperation fixes for ask_password()

2009-02-27  David Zeuthen  <davidz@redhat.com>

Bug 573383 – GtkMountOperation fixes for ask_password()

* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
Split the message from GMountOperation into primary/secondary like
we also do in gtk_mount_operation_ask_question()

svn path=/trunk/; revision=22415

17 years agoBug 573383 – Setting a textview's buffer to NULL doesn't do a complete
Michael Natterer [Fri, 27 Feb 2009 16:21:40 +0000 (16:21 +0000)]
Bug 573383 – Setting a textview's buffer to NULL doesn't do a complete

2009-02-27  Michael Natterer  <mitch@imendio.com>

Bug 573383 – Setting a textview's buffer to NULL doesn't do a
complete job

* gtk/gtktextview.c (gtk_text_view_set_buffer): always set
text_view->layout's buffer, also if it's NULL.

svn path=/trunk/; revision=22414

17 years agoupdating maithili for gtk
Rajesh Ranjan [Fri, 27 Feb 2009 10:26:15 +0000 (10:26 +0000)]
updating maithili for gtk

svn path=/trunk/; revision=22413

17 years agoUpdated Polish translation
Wadim Dziedzic [Thu, 26 Feb 2009 23:18:05 +0000 (23:18 +0000)]
Updated Polish translation

2009-02-27  Wadim Dziedzic  <wdziedzic@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=22412

17 years agoBug #519090. Add accessibility support to GtkScaleButton. Support action
Li Yuan [Thu, 26 Feb 2009 07:58:30 +0000 (07:58 +0000)]
Bug #519090. Add accessibility support to GtkScaleButton. Support action

2009-02-26  Li Yuan  <li.yuan@sun.com>

        * Makefile.am:
        * gail.c: (gail_accessibility_module_init):
        * gail.h:
        * gailscalebutton.c: (gail_scale_button_class_init),
        (gail_scale_button_init), (gail_scale_button_initialize),
        (atk_action_interface_init), (gail_scale_button_do_action),
        (gail_scale_button_get_n_actions),
        (gail_scale_button_get_description),
        (gail_scale_button_action_get_name),
        (gail_scale_button_get_keybinding),
        (gail_scale_button_set_description), (atk_value_interface_init),
        (gail_scale_button_get_current_value),
        (gail_scale_button_get_maximum_value),
        (gail_scale_button_get_minimum_value),
        (gail_scale_button_get_minimum_increment),
        (gail_scale_button_set_current_value),
        (gail_scale_button_notify_gtk):
        * gailscalebutton.h:
        Bug #519090. Add accessibility support to GtkScaleButton.
        Support action and value interfaces. Patch from Jan Arne
Petersen.

svn path=/trunk/; revision=22411

17 years agoUpdated Korean translation
Changwoo Ryu [Thu, 26 Feb 2009 06:42:00 +0000 (06:42 +0000)]
Updated Korean translation

svn path=/trunk/; revision=22410

17 years agoBug 572904 – GtkRadioAction broken in trunk
Tristan Van Berkom [Thu, 26 Feb 2009 02:33:42 +0000 (02:33 +0000)]
Bug 572904 – GtkRadioAction broken in trunk

Bug 572904 – GtkRadioAction broken in trunk

* gtk/gtkradioaction.c: When setting non active state always
notify the action's active state (this prevents toggle type proxies
used with radio actions from deactivating when pressed a second time).

svn path=/trunk/; revision=22409

17 years agoBug #561631. Patch from Yue Wang. Ref the button in the idle function to
Li Yuan [Thu, 26 Feb 2009 02:28:12 +0000 (02:28 +0000)]
Bug #561631. Patch from Yue Wang. Ref the button in the idle function to

2009-02-26  Li Yuan  <li.yuan@sun.com>

        * gailbutton.c: (idle_do_action):
        Bug #561631. Patch from Yue Wang. Ref the button in the idle
        function to prevent the button being finalized.

svn path=/trunk/; revision=22408

17 years agoBug 495320 - GtkRange does not use gdk_event_request_motions
Xan Lopez [Wed, 25 Feb 2009 17:38:53 +0000 (17:38 +0000)]
Bug 495320 - GtkRange does not use gdk_event_request_motions

2009-02-25  Xan Lopez  <xan@gnome.org>

        Bug 495320 - GtkRange does not use gdk_event_request_motions

        * gtk/gtkrange.c:
        (gtk_range_motion_notify): Use gdk_event_request_motions to
        request more motion events, as suggested in the docs for widgets
        using motion hints.

svn path=/trunk/; revision=22407

17 years ago2.15.5
Chao-Hsiung Liao [Wed, 25 Feb 2009 12:42:16 +0000 (12:42 +0000)]
2.15.5

svn path=/trunk/; revision=22406

17 years agoBug #325809. Get the cell from the coordinates based on bin_window.
Li Yuan [Wed, 25 Feb 2009 09:55:14 +0000 (09:55 +0000)]
Bug #325809. Get the cell from the coordinates based on bin_window.

2009-02-25  Li Yuan  <li.yuan@sun.com>

        * gailtreeview.c: (gail_tree_view_ref_accessible_at_point):
        Bug #325809. Get the cell from the coordinates based on
        bin_window.

svn path=/trunk/; revision=22405

17 years agoBug #520395. Notify the insert signal in the idle function. Let text_util
Li Yuan [Wed, 25 Feb 2009 09:45:37 +0000 (09:45 +0000)]
Bug #520395. Notify the insert signal in the idle function. Let text_util

2009-02-25  Li Yuan  <li.yuan@sun.com>

        * gailentry.c: (gail_entry_real_notify_gtk),
        (gail_entry_idle_notify_insert), (_gail_entry_insert_text_cb):
        Bug #520395. Notify the insert signal in the idle function. Let
        text_util has chance to update cache.

svn path=/trunk/; revision=22404

17 years agoBug #571001. Set the cell's showing state based on bin_window coordinates.
Li Yuan [Wed, 25 Feb 2009 08:41:49 +0000 (08:41 +0000)]
Bug #571001. Set the cell's showing state based on bin_window coordinates.

2009-02-25  Li Yuan  <li.yuan@sun.com>

        * gailtreeview.c: (is_cell_showing):
        Bug #571001. Set the cell's showing state based on bin_window
        coordinates.

svn path=/trunk/; revision=22403

17 years agoUpdated Changelog
Sweta Kothari [Wed, 25 Feb 2009 07:20:52 +0000 (07:20 +0000)]
Updated Changelog

svn path=/trunk/; revision=22402

17 years agoCommitted gujarati translation
Sweta Kothari [Wed, 25 Feb 2009 07:17:20 +0000 (07:17 +0000)]
Committed gujarati translation

svn path=/trunk/; revision=22401

17 years agofixed variable error in ku.po
Erdal Ronahi [Tue, 24 Feb 2009 07:07:54 +0000 (07:07 +0000)]
fixed variable error in ku.po

svn path=/trunk/; revision=22399

17 years agoAnother attempt at getting Xrandr screen size changes right. Actually
Matthias Clasen [Tue, 24 Feb 2009 05:09:13 +0000 (05:09 +0000)]
Another attempt at getting Xrandr screen size changes right. Actually

        * gdk/x11/gdkevents-x11.c:
        * gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
        screen size changes right. Actually handle XRRScreenChangeNotify
        events, and ignore root ConfigureNotify events if we are using
        Xrandr. Only emit size-changed signals if the screen size changed,
        and only emit monitor-changed signals if the monitors changed.

svn path=/trunk/; revision=22398

17 years agoNever scroll the places horizontally. Instead, ellipsize the text.
Matthias Clasen [Tue, 24 Feb 2009 02:20:15 +0000 (02:20 +0000)]
Never scroll the places horizontally. Instead, ellipsize the text.

        * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
        the places horizontally. Instead, ellipsize the text.

svn path=/trunk/; revision=22397

17 years agoUpdated Kurdish translation
Erdal Ronahi [Tue, 24 Feb 2009 00:11:50 +0000 (00:11 +0000)]
Updated Kurdish translation

svn path=/trunk/; revision=22396

17 years agoUpdated French translation by Laurent Coudeur and Claude Paroz.
Claude Paroz [Mon, 23 Feb 2009 21:41:54 +0000 (21:41 +0000)]
Updated French translation by Laurent Coudeur and Claude Paroz.

2009-02-23  Claude Paroz  <claude@2xlibre.net>

* fr.po: Updated French translation by Laurent Coudeur and Claude Paroz.

svn path=/trunk/; revision=22395

17 years agoTranslation updated.
Gabor Kelemen [Mon, 23 Feb 2009 16:39:47 +0000 (16:39 +0000)]
Translation updated.

2009-02-23  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=22394

17 years agoTranslation updated.
Gabor Kelemen [Mon, 23 Feb 2009 15:57:58 +0000 (15:57 +0000)]
Translation updated.

2009-02-23  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=22393

17 years agoRemove obsolete notes about editing UTF-8 files and converting them prior
Wouter Bolsterlee [Mon, 23 Feb 2009 13:12:17 +0000 (13:12 +0000)]
Remove obsolete notes about editing UTF-8 files and converting them prior

2009-02-23  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* README.translators: Remove obsolete notes about
editing UTF-8 files and converting them prior to
committing those to CVS (!).

svn path=/trunk/; revision=22392

17 years agoUpdated Dutch translation by Tino Meinen.
Wouter Bolsterlee [Sun, 22 Feb 2009 19:25:42 +0000 (19:25 +0000)]
Updated Dutch translation by Tino Meinen.

2009-02-22  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* nl.po: Updated Dutch translation by Tino Meinen.

svn path=/trunk/; revision=22391

17 years agoAdded a check to not emit a "changed" signal when an already invalid
Michael Hasselmann [Sun, 22 Feb 2009 17:21:37 +0000 (17:21 +0000)]
Added a check to not emit a "changed" signal when an already invalid

2009-02-19  Michael Hasselmann <michaelh@openismus.com>

* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
Added a check to not emit a "changed" signal when an already
invalid selection was set to invalid.

svn path=/trunk/; revision=22390

17 years agoRename gtk_activatable_reset to gtk_activatable_sync_action_properties,
Matthias Clasen [Sun, 22 Feb 2009 05:20:14 +0000 (05:20 +0000)]
Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,

        * gtk/gtk.symbols:
        * gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
        gtk_activatable_sync_action_properties, since the previous name
        was deemed too generic. Update all implementations.

svn path=/trunk/; revision=22389

17 years agoUpdated British English translation.
Philip Withnall [Fri, 20 Feb 2009 23:22:28 +0000 (23:22 +0000)]
Updated British English translation.

2009-02-20  Philip Withnall  <philip@tecnocode.co.uk>

* en_GB.po: Updated British English translation.

svn path=/trunk/; revision=22388

17 years agoAdd a function to get the default window icon name
Matthias Clasen [Fri, 20 Feb 2009 05:54:53 +0000 (05:54 +0000)]
Add a function to get the default window icon name

svn path=/trunk/; revision=22387

17 years agoAfter using randr to get a list of monitors, sort the list such that the
Ray Strode [Fri, 20 Feb 2009 04:42:33 +0000 (04:42 +0000)]
After using randr to get a list of monitors, sort the list such that the

2009-02-19  Ray Strode  <rstrode@redhat.com>

* gdk/x11/gdkscreen-x11.c
(monitor_compare_function), (init_randr13):
After using randr to get a list of monitors,
sort the list such that the biggest output
of "cloned" outputs comes first in the list.
This helps apps that don't generally handle
overlapping outputs to work better in randr
clone mode.

svn path=/trunk/; revision=22386

17 years agolooks like being called with negative width and height should be
Sven Neumann [Thu, 19 Feb 2009 22:31:04 +0000 (22:31 +0000)]
looks like being called with negative width and height should be

2009-02-19  Sven Neumann  <sven@gimp.org>

* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.

(_gdk_directfb_move_resize_child): formatting.

svn path=/trunk/; revision=22384

17 years agomove the call to _gdk_windowing_window_init() up a little. Fixes a crash
Sven Neumann [Thu, 19 Feb 2009 21:39:43 +0000 (21:39 +0000)]
move the call to _gdk_windowing_window_init() up a little. Fixes a crash

2009-02-19  Sven Neumann  <sven@gimp.org>

* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move
the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas
for
pointing this out.

svn path=/trunk/; revision=22382

17 years agoinitialize private->impl. Thanks to Masse Nicolas for pointing this out.
Sven Neumann [Thu, 19 Feb 2009 21:30:49 +0000 (21:30 +0000)]
initialize private->impl. Thanks to Masse Nicolas for pointing this out.

2009-02-19  Sven Neumann  <sven@gimp.org>

* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.

svn path=/trunk/; revision=22380

17 years agosv.po: Updated Swedish translation
Daniel Nylander [Thu, 19 Feb 2009 19:36:32 +0000 (19:36 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=22379

17 years agoBe more robust against X breakage
Matthias Clasen [Thu, 19 Feb 2009 19:13:10 +0000 (19:13 +0000)]
Be more robust against X breakage

svn path=/trunk/; revision=22378

17 years agosort functions so their order is more "standard", some cosmetic cleanup
Michael Natterer [Thu, 19 Feb 2009 15:15:49 +0000 (15:15 +0000)]
sort functions so their order is more "standard", some cosmetic cleanup

2009-02-19  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).

svn path=/trunk/; revision=22377

17 years agoadd some orientation flipping code to the "flipping" test.
Michael Natterer [Thu, 19 Feb 2009 15:12:35 +0000 (15:12 +0000)]
add some orientation flipping code to the "flipping" test.

2009-02-19  Michael Natterer  <mitch@imendio.com>

* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.

svn path=/trunk/; revision=22376

17 years agomake the orientation flipping much simpler by using the GtkOrientable
Michael Natterer [Thu, 19 Feb 2009 15:10:34 +0000 (15:10 +0000)]
make the orientation flipping much simpler by using the GtkOrientable

2009-02-19  Michael Natterer  <mitch@imendio.com>

* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:

(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.

(gtk_scale_button_constructor): remove their construction here.

(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.

Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.

svn path=/trunk/; revision=22375

17 years agoUpdated Japanese translation.
Takeshi AIHANA [Thu, 19 Feb 2009 13:16:18 +0000 (13:16 +0000)]
Updated Japanese translation.

2009-02-19  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Updated Japanese translation.

svn path=/trunk/; revision=22374

17 years agoUpdated Latvian translation
Raivis Dejus [Thu, 19 Feb 2009 07:34:33 +0000 (07:34 +0000)]
Updated Latvian translation

2009-02-19  Raivis Dejus  <orvils@gmail.com>

        * lv.po: Updated Latvian translation

svn path=/trunk/; revision=22373

17 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Thu, 19 Feb 2009 04:57:55 +0000 (04:57 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2009-02-19  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=22372

17 years agoRevert the unapproved patch for bug 457086.
Theppitak Karoonboonyanan [Thu, 19 Feb 2009 02:05:07 +0000 (02:05 +0000)]
Revert the unapproved patch for bug 457086.

2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.

svn path=/trunk/; revision=22371

17 years agosome xrandr fixes
Matthias Clasen [Wed, 18 Feb 2009 23:12:26 +0000 (23:12 +0000)]
some xrandr fixes

svn path=/trunk/; revision=22370

17 years agoimproved last ChangeLog entry
Sven Neumann [Wed, 18 Feb 2009 20:44:43 +0000 (20:44 +0000)]
improved last ChangeLog entry

svn path=/trunk/; revision=22368

17 years agoBug 533456 – Memory leak when window is destroyed
Sven Neumann [Wed, 18 Feb 2009 20:43:31 +0000 (20:43 +0000)]
Bug 533456 – Memory leak when window is destroyed

2009-02-18  Sven Neumann  <sven@gimp.org>

Bug 533456 – Memory leak when window is destroyed

* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks
for
DIRECTFB_MAJOR_VERSION >= 1. We depend on DirectFB >= 1.0.0 now.
Fixes a potential build issue that would lead to a memory leak
as
described in bug #533456.

svn path=/trunk/; revision=22367

17 years agoBug 513422 – Unknown meaning of translatable messages
Sven Neumann [Wed, 18 Feb 2009 18:14:17 +0000 (18:14 +0000)]
Bug 513422 – Unknown meaning of translatable messages

2009-02-18  Sven Neumann  <sven@gimp.org>

Bug 513422 – Unknown meaning of translatable messages

* gdk/directfb/gdkdisplay-directfb.c: removed broken and
commented
code and the translatable messages that belonged to it.

svn path=/trunk/; revision=22365

17 years agoBug 560671 – the client_message API doesn't work in DirectFB
Sven Neumann [Wed, 18 Feb 2009 18:03:51 +0000 (18:03 +0000)]
Bug 560671 – the client_message API doesn't work in DirectFB

2009-02-18  Sven Neumann  <sven@gimp.org>

Bug 560671 – the client_message API doesn't work in DirectFB

* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned
up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.

svn path=/trunk/; revision=22363

17 years agoBug 543710 – Dead keys do not work anymore with DirectFB
Sven Neumann [Wed, 18 Feb 2009 17:43:13 +0000 (17:43 +0000)]
Bug 543710 – Dead keys do not work anymore with DirectFB

2009-02-18  Sven Neumann  <sven@gimp.org>

Bug 543710 – Dead keys do not work anymore with DirectFB

* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special
handling
of dead keys as that is done by DirectFB for a long time
already.

svn path=/trunk/; revision=22361

17 years agodepend on DirectFB >= 1.0.0. There's no point in using an earlier
Sven Neumann [Wed, 18 Feb 2009 17:38:19 +0000 (17:38 +0000)]
depend on DirectFB >= 1.0.0. There's no point in using an earlier

2009-02-18  Sven Neumann  <sven@gimp.org>

* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.

svn path=/trunk/; revision=22359

17 years agoBug 554407 – directfb backend does not implement GdkWindowImpl
Sven Neumann [Wed, 18 Feb 2009 17:17:33 +0000 (17:17 +0000)]
Bug 554407 – directfb backend does not implement GdkWindowImpl

2009-02-18  Sven Neumann  <sven@gimp.org>

Bug 554407 – directfb backend does not implement GdkWindowImpl

* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the
DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.

svn path=/trunk/; revision=22357

17 years agoTranslation updated by Mattias Põldaru
Priit Laes [Wed, 18 Feb 2009 15:41:08 +0000 (15:41 +0000)]
Translation updated by Mattias Põldaru

2009-02-18  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Mattias Põldaru

svn path=/trunk/; revision=22355

17 years agoBug 457086 - numpad does not work when the Thai-Lao input method is used
Theppitak Karoonboonyanan [Wed, 18 Feb 2009 15:19:30 +0000 (15:19 +0000)]
Bug 457086 - numpad does not work when the Thai-Lao input method is used

2009-02-18  Theppitak Karoonboonyanan  <thep@linux.thai.net>

Bug 457086 - numpad does not work when the Thai-Lao input method is
used

* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.

svn path=/trunk/; revision=22354

17 years agoUpdated Korean translation
Changwoo Ryu [Tue, 17 Feb 2009 23:22:57 +0000 (23:22 +0000)]
Updated Korean translation

svn path=/trunk/; revision=22353

17 years agoBump version
Matthias Clasen [Tue, 17 Feb 2009 22:28:29 +0000 (22:28 +0000)]
Bump version

svn path=/trunk/; revision=22352

17 years ago2.15.4
Matthias Clasen [Tue, 17 Feb 2009 22:25:41 +0000 (22:25 +0000)]
2.15.4

svn path=/trunk/; revision=22350

17 years agoFix deprecated glib call.
Andre Klapper [Tue, 17 Feb 2009 18:57:05 +0000 (18:57 +0000)]
Fix deprecated glib call.

2009-02-17  Andre Klapper  <a9016009@gmx.de>

* demos/gtk-demo/main.c:
Fix deprecated glib call.

svn path=/trunk/; revision=22349

17 years agoBug #561631. Use g_queue_get_length to determine if a queue is empty.
Li Yuan [Tue, 17 Feb 2009 07:04:07 +0000 (07:04 +0000)]
Bug #561631. Use g_queue_get_length to determine if a queue is empty.

2009-02-17  Li Yuan  <li.yuan@sun.com>

        * gailbutton.c: (idle_do_action):
        Bug #561631. Use g_queue_get_length to determine if a queue is empty.

svn path=/trunk/; revision=22348

17 years agoRequire GLib 2.19.7 for GMountOperation::aborted.
Matthias Clasen [Tue, 17 Feb 2009 06:29:21 +0000 (06:29 +0000)]
Require GLib 2.19.7 for GMountOperation::aborted.

        * configure.in: Require GLib 2.19.7 for GMountOperation::aborted.

        * gtk/gtkmountoperation.c: Implement GMountOperation::aborted.

svn path=/trunk/; revision=22347

17 years agoUpdates
Matthias Clasen [Tue, 17 Feb 2009 06:13:21 +0000 (06:13 +0000)]
Updates

svn path=/trunk/; revision=22346

17 years agoSet the object name to the page title. Proposed by Eitan Isaacson
Matthias Clasen [Tue, 17 Feb 2009 05:49:17 +0000 (05:49 +0000)]
Set the object name to the page title. Proposed by Eitan Isaacson

        * gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
        the object name to the page title. Proposed by Eitan Isaacson

svn path=/trunk/; revision=22345

17 years agoSet focus when the current page changes. Pointed out by Eitan Isaacson
Matthias Clasen [Tue, 17 Feb 2009 05:36:12 +0000 (05:36 +0000)]
Set focus when the current page changes. Pointed out by Eitan Isaacson

        * gtk/gtkassistant.c (set_current_page): Set focus when the current
        page changes. Pointed out by Eitan Isaacson

svn path=/trunk/; revision=22344

17 years agoUpdated Korean translation
Changwoo Ryu [Tue, 17 Feb 2009 03:58:17 +0000 (03:58 +0000)]
Updated Korean translation

svn path=/trunk/; revision=22343

17 years agoUpdated Polish translation
Tomasz Dominikowski [Mon, 16 Feb 2009 23:30:23 +0000 (23:30 +0000)]
Updated Polish translation

2009-02-17  Tomasz Dominikowski  <tdominikowski@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=22342

17 years agogdk/gdk.symbols implement gdk_keymap_get_caps_lock_state(). No
Sven Neumann [Mon, 16 Feb 2009 20:58:16 +0000 (20:58 +0000)]
gdk/gdk.symbols implement gdk_keymap_get_caps_lock_state(). No

2009-02-16  Sven Neumann  <sven@gimp.org>

* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.

svn path=/trunk/; revision=22341

17 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 16 Feb 2009 18:05:03 +0000 (18:05 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=22340

17 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 16 Feb 2009 17:59:18 +0000 (17:59 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=22339

17 years agoUpdated Slovak translation by Pavol Šimo.
Marcel Telka [Mon, 16 Feb 2009 06:20:40 +0000 (06:20 +0000)]
Updated Slovak translation by Pavol Šimo.

2009-02-16  Marcel Telka  <marcel@telka.sk>

* sk.po: Updated Slovak translation by Pavol Šimo.

svn path=/trunk/; revision=22338

17 years agoBug 571873 - Compile error with gdk/win32/gdkselection-win32.c
Tor Lillqvist [Sun, 15 Feb 2009 22:51:56 +0000 (22:51 +0000)]
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c

2009-02-16  Tor Lillqvist  <tml@novell.com>

Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c

* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.

(_gdk_selection_property_delete): Remove unused variable.

svn path=/trunk/; revision=22337

17 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 14 Feb 2009 22:45:30 +0000 (22:45 +0000)]
Updated Portuguese translation.

2009-02-14  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=22335

17 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 14 Feb 2009 22:27:57 +0000 (22:27 +0000)]
Updated Portuguese translation.

2009-02-14  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=22334

17 years agoUpdated French translation by Laurent Coudeur and Claude Paroz.
Claude Paroz [Sat, 14 Feb 2009 14:24:49 +0000 (14:24 +0000)]
Updated French translation by Laurent Coudeur and Claude Paroz.

2009-02-14  Claude Paroz  <claude@2xlibre.net>

* fr.po: Updated French translation by Laurent Coudeur and Claude Paroz.

svn path=/trunk/; revision=22333

17 years agoUpdated Polish translation
Tomasz Dominikowski [Sat, 14 Feb 2009 14:23:13 +0000 (14:23 +0000)]
Updated Polish translation

2009-02-14  Tomasz Dominikowski  <tdominikowski@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=22332

17 years agoUpdated Danish translation
Kenneth Nielsen [Sat, 14 Feb 2009 03:12:19 +0000 (03:12 +0000)]
Updated Danish translation

svn path=/trunk/; revision=22331

17 years agoUpdated be@latin.po
Ihar Hrachyshka [Sat, 14 Feb 2009 01:17:58 +0000 (01:17 +0000)]
Updated be@latin.po

svn path=/trunk/; revision=22330

17 years agoRegister randr events
Matthias Clasen [Fri, 13 Feb 2009 22:15:23 +0000 (22:15 +0000)]
Register randr events

svn path=/trunk/; revision=22328

17 years agoCheck for Xrandr 1.3
Matthias Clasen [Fri, 13 Feb 2009 18:12:57 +0000 (18:12 +0000)]
Check for Xrandr 1.3

       * configure.in: Check for Xrandr 1.3

        * gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
        and set if if we have randr 1.3

        * gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
        information, if we have XRRGetScreenResourcesCurrent.

svn path=/trunk/; revision=22327

17 years agoUpdated Catalan translation by David Planella
Gil Forcada Codinachs [Fri, 13 Feb 2009 13:57:19 +0000 (13:57 +0000)]
Updated Catalan translation by David Planella

svn path=/trunk/; revision=22326

17 years agoUpdated Albanian translation.
Laurent Dhima [Fri, 13 Feb 2009 12:02:24 +0000 (12:02 +0000)]
Updated Albanian translation.

svn path=/trunk/; revision=22325

17 years agoTranslation updated.
Raivis Dejus [Fri, 13 Feb 2009 08:15:43 +0000 (08:15 +0000)]
Translation updated.

2009-02-13  Raivis Dejus  <orvils@gmail.com>

* lv.po: Translation updated.

svn path=/trunk/; revision=22324

17 years agoBug 571576 – gdk_pixbuf_save_to_stream() broken
Cody Russell [Fri, 13 Feb 2009 01:25:36 +0000 (01:25 +0000)]
Bug 571576 – gdk_pixbuf_save_to_stream() broken

2009-02-12  Cody Russell  <bratsche@gnome.org>

        Bug 571576 – gdk_pixbuf_save_to_stream() broken

        * gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
        it does not always return FALSE (even when it succeeds), and also so
        that it does not set error to NULL when something goes wrong.

svn path=/trunk/; revision=22322

17 years agoSmall update
Gabor Keleman [Fri, 13 Feb 2009 00:32:36 +0000 (00:32 +0000)]
Small update

svn path=/trunk/; revision=22321

17 years agoTranslation updated.
Gabor Kelemen [Thu, 12 Feb 2009 22:08:33 +0000 (22:08 +0000)]
Translation updated.

2009-02-12  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=22320

17 years agoBug 568571 – Asian am/pm format on cups print backend's time parsing
Marek Kasik [Thu, 12 Feb 2009 12:12:30 +0000 (12:12 +0000)]
Bug 568571 – Asian am/pm format on cups print backend's time parsing

2009-02-12  Marek Kasik  <mkasik@redhat.com>

Bug 568571 – Asian am/pm format on cups print backend's time parsing

* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend

svn path=/trunk/; revision=22319

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Thu, 12 Feb 2009 07:44:50 +0000 (07:44 +0000)]
Updated Thai translation.

2009-02-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=22318

17 years agoUpdated Brazilian Portuguese translation.
Jonh Wendell [Wed, 11 Feb 2009 20:10:39 +0000 (20:10 +0000)]
Updated Brazilian Portuguese translation.

2009-02-11  Jonh Wendell  <jwendell@gnome.org>

* pt_BR.po: Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=22317

17 years ago Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
Matthias Clasen [Wed, 11 Feb 2009 18:53:24 +0000 (18:53 +0000)]
    Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
        selecting a cell in a non-sortable column

        * gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
        focus to a header button if it is not focusable. Problem reported
        by Joanmarie Diggs

svn path=/trunk/; revision=22316

17 years agoMove the _GtkVolumeButton definition into the header to make it possible
Matthias Clasen [Wed, 11 Feb 2009 16:31:47 +0000 (16:31 +0000)]
Move the _GtkVolumeButton definition into the header to make it possible

        * gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
        into the header to make it possible to derive from GtkVoumeButton.
        Reported by Chris Lord.

svn path=/trunk/; revision=22315

17 years agoUndeprecate gtk_binding_entry_add_signall
Matthias Clasen [Wed, 11 Feb 2009 15:52:37 +0000 (15:52 +0000)]
Undeprecate gtk_binding_entry_add_signall

svn path=/trunk/; revision=22314

17 years agoUpdated Brazilian Portuguese translation.
Jonh Wendell [Wed, 11 Feb 2009 15:20:08 +0000 (15:20 +0000)]
Updated Brazilian Portuguese translation.

2009-02-11  Jonh Wendell  <jwendell@gnome.org>

* pt_BR.po: Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=22313

17 years agosv.po: Updated Swedish translation
Daniel Nylander [Wed, 11 Feb 2009 14:18:46 +0000 (14:18 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=22312